[theCell setCellRadiusFactor:8];
[theCell setHighlightColor:[NSColor colorWithRed:1 green:1 blue:1 alpha:.15]];
- [theCell setTextColor:[NSColor colorWithWhite:.8 alpha:1]];
+ [theCell setTextColor:[NSColor textColor]];
[theCell setShowDetails:NO];
[theCell setState:NSControlStateValueOn];
[theCell setIconSize:QSSize128];
NSRect screenRect = [[NSScreen mainScreen] frame];
if (!shouldExpand) {
- newRect.size.width -= 208;
+ newRect.size.width -= 192;
}
return NSOffsetRect(centerRectInRect(newRect, screenRect), 0, (NSHeight(screenRect) / 5));